home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_102 / DoAction.as
Text File  |  2011-08-19  |  368b  |  14 lines

  1. _quality = "HIGH";
  2. score = userScore_const;
  3. _root.display_score = score;
  4. _root.gameInProgress = 0;
  5. _root.ATV_keyBlock = 1;
  6. removeMovieClip(ATVclip);
  7. _root.ATV_statsBar.gotoAndStop(1);
  8. _root.global_landmark_count = _root.temp_global_landmark_count;
  9. _root.landmark_count = 0;
  10. stopAllSounds();
  11. myStopAllSouds();
  12. removeLandmarks();
  13. gotoAndPlay(_root.course);
  14.